Direction Record banner
th3vib3coder th3vib3coder

Direction Record

Development community

Description

--- description: Record a reviewed research direction in the W-RDM direction log allowed-tools: Read, Bash model: sonnet dispatch: module: environment/directions/cli.js export: recordDirectionCommand scope: direction-record wrappedByMiddleware: false --- # /direction record ## Purpose Record a tried research direction so later agents can avoid repeating a discarded or contradicted path without review. ## Invocation ```bash node bin/vre direction record --json --summary <summary> [--

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-record/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-record && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-research-environment/HEAD/commands/direction record.md -o ~/.claude/skills/th3vib3coder-vibe-research-environment-direction-record/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository